home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / msdos / raytrace / pov / gen / pvcoil21 / pvcoil21.rea < prev   
Text File  |  1994-10-03  |  2KB  |  35 lines

  1. Short: create an endless coil type object
  2. Type: gen/pc
  3. Author: R. Bryerton
  4. Uploader:
  5.  
  6.  
  7. COIL.EXE v2.1  9/14/93 R. Bryerton
  8.  
  9. Description:
  10.    COIL.EXE is a simple utility to create an endless coil type object for
  11. the Persistance of Vision (PoV-Ray v1.0) and Polyray v1.6 raytracers.  
  12. COIL.EXE will also export to Connect the Dots and WORM file formats.
  13.    It is set up to create coiled strings of spheres that twist about a 
  14. circle a number of times and terminate at the point of origin. It generates
  15. a data file to be called from the users main PoV or Polyray input script
  16. file or as an input file for CTDS or WORM.
  17.  
  18. Files included:
  19.    COIL.EXE       DOS executable program v2.1 
  20.    COIL.CPP       C++ source code for coil.exe v2.1
  21.    COIL.INC       Example generated data file of the default coil object
  22.    COIL.POV       Example PoV v1.0 main script file that calls COIL.INC
  23.    COIL.PI        Example Polyray main script file set up for a default coil
  24.    COIL.MAK       MS C++ v8.00 make file for COIL.CPP v2.1    
  25.    COIL.DOC       This file
  26.    
  27.    COIL_V20.C     Origional v2.0 C source code  
  28.    COIL_V20.PRJ   Origional BC++ v3.1 project file for COIL.C (v2.0)
  29.    COIL_V20.MAK   Origional BC++ v3.1 make file for COIL.C (v2.0) 
  30.    
  31.    These last 3 files must be renamed from COIL_V20 to COIL in order for
  32.    the respective PRJ and MAK files to function correctly w/the BC++ v3.1
  33.    compiler.  I have included these original files because the COIL.EXE v2.1 
  34.    program is based upon them.   -R. Bryerton 9/14/93
  35.